ALIM Web Implementation Guide

Registering AssetWise Documents with ProjectWise

You can register a document either in ALIM Web or by using the delivered stored procedure: ebppw_register_document. This stored procedure can be called with a bespoke event handler. The procedure adds a job to the sync queue for the AssetWise ALIM ProjectWise Connector engine to process.

Note: This feature is available for ProjectWise Level 2 and Level 3 Connectors.
The ebppw_register_document script includes the following content:
ebppw_register_document
(
   @pi_object_id      INT,         -- The Object Id for the AssetWise Object to be registered in ProjectWise. Only Document Objects supported
   @pi_object_type    INT,         -- The Object type for the object we are registering in Projectwise. Only Object Type 3 for Documents is supported
   @pi_called_by      INT          -- latest session_id from sessions table
)